home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / MacFormat CD Browser / Back Issues / 00013.ls < prev    next >
Encoding:
Text File  |  1996-04-17  |  1.3 KB  |  60 lines

  1. on exitFrame
  2.   if rollOver(12) then
  3.     set the visible of sprite 10 to 1
  4.   end if
  5.   updateStage()
  6.   repeat while rollOver(12)
  7.   end repeat
  8.   if rollOver(13) then
  9.     set the visible of sprite 8 to 1
  10.   end if
  11.   updateStage()
  12.   repeat while rollOver(13)
  13.   end repeat
  14.   if rollOver(14) then
  15.     set the visible of sprite 9 to 1
  16.   end if
  17.   updateStage()
  18.   repeat while rollOver(14)
  19.   end repeat
  20.   if rollOver(15) then
  21.     set the visible of sprite 3 to 1
  22.   end if
  23.   updateStage()
  24.   repeat while rollOver(15)
  25.   end repeat
  26.   if rollOver(16) then
  27.     set the visible of sprite 6 to 1
  28.   end if
  29.   updateStage()
  30.   repeat while rollOver(16)
  31.   end repeat
  32.   if rollOver(17) then
  33.     set the visible of sprite 4 to 1
  34.   end if
  35.   updateStage()
  36.   repeat while rollOver(17)
  37.   end repeat
  38.   if rollOver(18) then
  39.     set the visible of sprite 7 to 1
  40.   end if
  41.   updateStage()
  42.   repeat while rollOver(18)
  43.   end repeat
  44.   if rollOver(19) then
  45.     set the visible of sprite 5 to 1
  46.   end if
  47.   updateStage()
  48.   repeat while rollOver(19)
  49.   end repeat
  50.   set the visible of sprite 3 to 0
  51.   set the visible of sprite 4 to 0
  52.   set the visible of sprite 5 to 0
  53.   set the visible of sprite 6 to 0
  54.   set the visible of sprite 7 to 0
  55.   set the visible of sprite 8 to 0
  56.   set the visible of sprite 9 to 0
  57.   set the visible of sprite 10 to 0
  58.   go(the frame)
  59. end
  60.